home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / move / move.dir / 00052.ls < prev    next >
Encoding:
Text File  |  1999-03-05  |  242 b   |  8 lines

  1. on mouseUp
  2.   global currentproject, currentpage
  3.   go("loop1")
  4.   puppetSprite(15, 1)
  5.   set the member of sprite 15 to member string(line currentpage of field "pages")
  6.   set the member of sprite 25 to line currentproject of field "project"
  7. end
  8.